home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Panorama / Panorama - Disk 25A (1988-01-13)(Pacific North-West Amigas Club)[WB].zip / Panorama - Disk 25A (1988-01-13)(Pacific North-West Amigas Club)[WB].adf / DU-Hermes2.0 / Du-Hermes.doc < prev    next >
Text File  |  1987-12-02  |  4KB  |  113 lines

  1.     
  2.                         HERMES' DU-HERMES  (Version 2.0)
  3.  
  4.  
  5.                               (November 27, 1987)
  6.  
  7.    
  8.                               (Shareware Program)
  9.      
  10.      This is a major revision of the DU-HERMES program.
  11.  
  12.      NEW FUNCTIONS: (You need the STACK command in your "c" directory)
  13.  
  14.      MACRO-CONFIGURABLE GADGETS:  The second page in the program is entirely
  15. user-configurable.  Each gadget on that page can be configured so that
  16. when you click on it once it executes a sequence of up to 7 commands.  These
  17. commands reside in the file HERMES.file (see details below).
  18.  
  19.      A CONTINUOUSLY RUNNING CLOCK:  This clock is in the attached
  20. MODULE file which resides in your current "c" directory.  The clock commu-
  21. nicates with DU-HERMES via a port.  When DU-HERMES is clicked off, it
  22. sends a message to the port.  The clock receives it and closes itself
  23. down.
  24.  
  25.      RAM:  I have added another little window on top of the screen that
  26. gives you the RAM:.
  27.  
  28.      MEMORY:  This is another MENU entry that gives you separately the
  29. FAST MEMORY, the CHIP MEMORY and the AVAILABLE MEMORY.
  30.  
  31.      READ: I have written my own ASCII reading program that uses the
  32. custom window and the console device instead of stdout and WBench.  I
  33. think it is very nice.  I might even expand it to a full-featured editor.
  34.  
  35.      INFO: This command is in the MENU and gives you the INFO command, but
  36. without the rather disturbibg "Volumes Mounted" at its tail!
  37.  
  38.      I have deleted the copiers (DISKCOPY & FORMAT) because they are two
  39. slow when done on DirUtils.  
  40.  
  41.  
  42. OPERATION: USE ONLY FROM CLI.
  43.  
  44.      1) Put the file MODULE in your current "c" directory.  The file 
  45. HERMES.file resides in the current directory along with DU-HERMES.  You
  46. can trivially make this better:  
  47.  
  48.      1a) ZAP DU-HERMES (using FILEZAP) and change the THIRD occurence of
  49. HERMES.file to ANY DIRECTORY you please.  You have 30 spaces to do that.
  50.      For example, if you want HERMES.file in DF0:c, ZAP DU-HERMES, look
  51. for the third occurence of HERMES.file and change that string to:
  52. "DF0:c/HERMES.file".
  53.  
  54.      If you do 1a), then you can place DU-HERMES in your "c" directory
  55. and run it by pressing: RUN DU-HERMES.
  56.  
  57.      2) To prepare your own command sequences, remember the following:
  58.  
  59.      2a) HERMES.file starts always with an empty line and finishes with
  60. an empty line.  Each gadget name contains exaclty 10 characters.  This
  61. includes the quote (") at the end of the name of the gadget.  Center your
  62. custom gadget name as much as possible.  Your gadget name can of course have
  63. up to 9 characters that will appear on the second page of gadgets.  
  64.  
  65.      2b) Right after each custom gadget name you put your own commands. 
  66. Eache line will contain ONLY ONE COMMAND.  Do not string them together! 
  67. You can afford up to 7 commands under each gadget name.  However, only the
  68. first command can contain the "cd" command in it.  I did it this way, so
  69. that the program does not have to look for "cd" all the time and slow
  70. down.  You can change ALL 21 gadgets of Page 2. At the
  71. end of the sequence of commands under a gadget you MUST HAVE AN EMPTY
  72. LINE.
  73.  
  74.      THIS IS A SHAREWARE PROGRAM. 
  75.  
  76.      IF YOU USE THE PROGRAM, PLEASE SEND $15.00 TO
  77.  
  78.                    A. G. Kartsatos
  79.                    8524 Caladesi Island Drive
  80.                    Tampa, FL 33637, USA
  81.  
  82.     IF YOU SEND YOUR CONTRIBUTION, YOU WILL ALSO RECEIVE THE LAST VERSION OF
  83. HERMES' PALETTA PROGRAM AND HERMES' ARTWORK OF IFF PICTURES DONE BY
  84. *** DOUG'S MATHEMATICAL AQUARIUM ***.
  85.  
  86.                    A. G. Kartsatos  ("HERMES" on People Link)
  87.                    SYSOP, *MON AMI*
  88.                    (813)-985-7624, Tampa, FL, USA
  89.                    (70 MegaBytes, 1100 Files Online!)
  90.  
  91.  
  92.       DUHERMES.DOC (Previous Version)
  93.  
  94.       1)  Use only from CLI.
  95.  
  96.       2)  MAKEDIR, RENAME, ARC need your input of files in the 
  97. "C" GADGET, while the COPY command copies into the path of the "D" 
  98. (destination) gadget.
  99.  
  100.       3)  The redirection output of LISTARC, UNARC and ARC comes to you
  101. in a separate window on the custom screen.
  102.  
  103.       4)  The RUN command will run some programs on the Workbench.  You
  104. would have to press CTRL-N in order to work on them. Press CTRL-M to
  105. come back.
  106.  
  107.       I would like to thank all those known and anonymous authors of
  108. public domain DirUtil programs.  Thanks also to my friend Jeff L. White
  109. for his patience and support.
  110.  
  111.       Enjoy!!!!
  112.  
  113.